home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / fredfish / 1050.lha / Programs / Binary_dt / source / endcode.asm < prev    next >
Assembly Source File  |  1994-11-14  |  500b  |  33 lines

  1. ;
  2. ; $PROJECT: binary.datatype
  3. ;
  4. ; $VER: endcode.asm 39.1 (13.11.94)
  5. ;
  6. ; by
  7. ;
  8. ; Stefan Ruppert , Windthorststraße 5 , 65439 Flörsheim , GERMANY
  9. ;
  10. ; (C) Copyright 1994
  11. ; All Rights Reserved !
  12. ;
  13. ; $HISTORY:
  14. ;
  15. ; 13.11.94 : 039.001 :  initial
  16. ;
  17.  
  18.         XDEF    ENDCODE
  19.  
  20. ;---------------------------------------------------------------------------
  21.  
  22.         SECTION TEXT,CODE
  23.  
  24.  
  25. ;---------------------------------------------------------------------------
  26.  
  27. ;ENDCODE        EQU     *
  28.  
  29. ENDCODE:
  30.  
  31.         END
  32.  
  33.